From f981fb08b3e2f748be8858343ce28c26061f9b96 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Sun, 16 Sep 2012 19:02:20 +0200 Subject: [PATCH] gtkoverlay: fix get-child-position annotation --- gtk/gtkoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index d22ac88dfd..2d94579c1f 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -602,7 +602,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass) * GtkOverlay::get-child-position: * @overlay: the #GtkOverlay * @widget: the child widget to position - * @allocation: (out): return location for the allocation + * @allocation: (out caller-allocates): return location for the allocation * * The ::get-child-position signal is emitted to determine * the position and size of any overlay child widgets. A -- 2.30.2